home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 208
- Top = 108
- BorderStyle = bsDialog
- Caption = 'Install: Currency Converter'
- ClientHeight = 322
- ClientWidth = 289
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = False
- Position = poDesktopCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object GroupBox1: TGroupBox
- Left = 0
- Top = 0
- Width = 289
- Height = 303
- TabOrder = 0
- object Gauge1: TGauge
- Left = 40
- Top = 266
- Width = 209
- Height = 25
- Enabled = False
- ForeColor = clNavy
- Progress = 0
- end
- object Label1: TLabel
- Left = 48
- Top = 16
- Width = 225
- Height = 57
- AutoSize = False
- Caption =
- 'This program can install the Freeware Currency Converter on your' +
- ' computer. If you want to install the program, please click on I' +
- 'nstall.'
- WordWrap = True
- end
- object Bevel1: TBevel
- Left = 8
- Top = 80
- Width = 273
- Height = 2
- end
- object Bevel2: TBevel
- Left = 8
- Top = 224
- Width = 273
- Height = 2
- end
- object Bevel3: TBevel
- Left = 8
- Top = 166
- Width = 273
- Height = 2
- end
- object Label2: TLabel
- Left = 8
- Top = 88
- Width = 79
- Height = 13
- Caption = 'Installation-folder'
- end
- object Label3: TLabel
- Left = 24
- Top = 112
- Width = 257
- Height = 13
- AutoSize = False
- end
- object Image1: TImage
- Left = 8
- Top = 16
- Width = 32
- Height = 32
- AutoSize = True
- Picture.Data = {<image001.ico>}
- end
- object CheckBox3: TCheckBox
- Left = 24
- Top = 200
- Width = 217
- Height = 17
- Caption = 'Create shortcuts on desktop'
- TabOrder = 1
- end
- object CheckBox1: TCheckBox
- Left = 24
- Top = 176
- Width = 217
- Height = 17
- Caption = 'Create shortcuts in start-menu'
- Checked = True
- State = cbChecked
- TabOrder = 0
- end
- object Button1: TButton
- Left = 24
- Top = 232
- Width = 89
- Height = 25
- Hint = '|Nu het programma installeren.'
- Caption = '&Install'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnClick = Button1Click
- end
- object AboutButton: TButton
- Left = 112
- Top = 232
- Width = 75
- Height = 25
- Hint = '|Meer informatie over dit programma.'
- Caption = 'I&nfo'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- OnClick = AboutButtonClick
- end
- object ExitButton: TButton
- Left = 186
- Top = 232
- Width = 75
- Height = 25
- Hint = '|Dit programma afsluiten.'
- Caption = '&Close'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- OnClick = ExitButtonClick
- end
- object Button2: TButton
- Left = 206
- Top = 128
- Width = 75
- Height = 25
- Hint = '|Kies een andere installatie directory'
- Caption = '&Browse'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 5
- OnClick = Button2Click
- end
- end
- object StatusBar1: TStatusBar
- Left = 0
- Top = 303
- Width = 289
- Height = 19
- Panels = <>
- SimplePanel = False
- end
- end
-